home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / dos / NE3200 / NE3200D.ZIP / README.TXT < prev   
Encoding:
Text File  |  1992-06-01  |  2.6 KB  |  96 lines

  1. Protocol.ini for the NOVELL NE3200 EISA Ethernet
  2.  
  3. PROTOCOL.INI PARAMETERS
  4.  
  5. This is an example PROTOCOL.INI file for the Novell NE3200 EISA Ethernet
  6. driver.  The NE3200 section shows examples of the NE3200 EISA Ethernet
  7. configuration parameter settings.  Comments at the end of the file explain
  8. these parameters and give their default, minimum and maximum values.   The
  9. [protocol manager] and [netbeui] sections aren't meant to be complete or
  10. realistic examples except for the "BINDINGS = NE3200" line in the [netbeui]
  11. section.
  12.     The only parameter that must be specified is the "drivername".  Note
  13. that many of these parameters have default values (which are given below
  14. under "Comments about NE3200 parameters").  A parameter need not be specified
  15. in your PROTOCOL.INI if its default value is satisfactory.
  16.  
  17. NE3200 - The NOVELL NE3200 EISA Ethernet Board is an EISA Bus Master adapter
  18. card.
  19.  
  20. drivername
  21.     units:[n/a]
  22.     range:[NE3200$, NE32002$,...]
  23.     default:[NE3200$]
  24.  
  25. DRIVERNAME     Identifies the network device driver. DRIVERNAME is the base
  26. portion of the filename plus a digit if there is more than one NE3200
  27. driver. DRIVERNAME is NE3200$ for the first driver, NE32002$ for the second,
  28. and so on. 
  29.  
  30.  
  31. netaddress
  32.     units:[hex]
  33.     range:[12 hex digits]
  34.     default:[n/a]
  35.  
  36. NETADDRESS     Overrides the network address of the NIC. This entry should
  37. only be used if there are duplicate addresses on the network. The network
  38. address value is a hexadecimal string of 12 digits enclosed in double quotes
  39. (" ").
  40.  
  41.  
  42. maxrequests
  43.     units:[integer]
  44.     range:[3-10]
  45.     default:[5]
  46.  
  47. MAXREQUESTS    Specifies the maximum number of general requests that can be
  48. pending at one time. Ranges lower than the default may cause a performance
  49. problem.
  50.  
  51.  
  52. maxtransmits
  53.     units:[integer]
  54.     range:[3-100]
  55.     default:[5]
  56.  
  57. MAXTRANSMITS   Specifies the maximum number of buffers that can be queued for
  58. transmission at one time. Ranges lower than the default may cause a performance
  59. problem.
  60.  
  61.  
  62. maxframesize
  63.     units:[integer]
  64.     range:[256-1514]
  65.     default:[1514]
  66.  
  67.  
  68. MAXFRAMESIZE   Specifies the size of the RECEIVE and TRANSMIT buffers, in
  69. bytes. This limit refers to that portion of the frame from the destination
  70. address field through the last byte of data.  The frame check sequence field
  71. is not included.
  72.  
  73.  
  74. maxmulticast
  75.     units:[integer]
  76.     range:[1-50]
  77.     default:[20]
  78.  
  79. MAXMULTICAST   Specifies the maximum number of multicast addresses that the
  80. driver will allow.
  81.  
  82.  
  83. maxreceives
  84.     units:[integer]
  85.     range:[3-30]
  86.     default:[15]
  87.  
  88. MAXRECEIVES    Specifies the maximum number of receive buffers that can be
  89. queued at one time.
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.